diff options
-rw-r--r-- | tools/depends/target/config.site.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/depends/target/config.site.in b/tools/depends/target/config.site.in index 142624fcaa..bb8a591bcd 100644 --- a/tools/depends/target/config.site.in +++ b/tools/depends/target/config.site.in @@ -70,6 +70,14 @@ ac_cv_file__dev_ptc=no #gnutls gl_cv_func_gettimeofday_clobber=no +#wayland +if test "${PACKAGE_NAME}" = "wayland"; then + # wayland insists on building tests which rely on assert, which cannot work with -DNDEBUG + # Maybe it would be better not to define -DNDEBUG globally for release builds? + export CFLAGS=`echo ${CFLAGS} | sed 's/-DNDEBUG=1//g'` + export CPPFLAGS=`echo ${CPPFLAGS} | sed 's/-DNDEBUG=1//g'` +fi + if test "@platform_os@" = "android"; then ac_cv_func_srand=yes |