diff --git a/qb/config.libs.sh b/qb/config.libs.sh index c151f6b1e1..b09ab7c8b1 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -484,6 +484,6 @@ fi # Creates config.mk and config.h. add_define_make GLOBAL_CONFIG_DIR "$GLOBAL_CONFIG_DIR" -VARS="$(eval set | grep ^HAVE_ | sed s/=.*// | sed s/^HAVE_//) WAYLAND_CURSOR" +VARS=$(eval set | grep ^HAVE_ | sed s/=.*// | sed s/^HAVE_//) create_config_make config.mk $VARS create_config_header config.h $VARS