Build infos can break the build due to missing terminating " character.
Fixes:
http://autobuild.buildroot.net/results/3b1/
3b1182783fc958dfed96c6b1c097993662fc7308
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
LIBCEC_DEPENDENCIES += xlib_libXrandr
endif
+# Disable information about how libCEC is compiled.
+LIBCEC_CONF_OPTS += -DHAVE_GIT_BIN="" \
+ -DHAVE_DATE_BIN="" \
+ -DHAVE_WHOAMI_BIN="" \
+ -DHAVE_HOSTNAME_BIN="" \
+ -DHAVE_UNAME_BIN=""
+
$(eval $(cmake-package))