No need to ugly hack in qb/conf.libs.sh.

This commit is contained in:
Hans-Kristian Arntzen 2016-12-17 21:48:04 +01:00
parent c48bb6284e
commit eecb60549f

View File

@ -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