summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-11-27 17:47:55 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-11-27 17:51:54 +0000
commit0ecbb416ad570d068b6a0b7115c52a32b0dc8b8b (patch)
treed981e8ad48483b57ed89b7a035f97199ccf28b04 /.ci
parent59bcc3c658f1a9f11593d475d1601ed209763a08 (diff)
downloadefl-0ecbb416ad570d068b6a0b7115c52a32b0dc8b8b.tar.gz
build - handle g-main-loop enabled when glib not as an error in meson
also enable glib now in ci
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/ci-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh
index 0cccda0eec..b588f6f443 100755
--- a/.ci/ci-configure.sh
+++ b/.ci/ci-configure.sh
@@ -18,7 +18,7 @@ if [ "$DISTRO" != "" ] ; then
# - No libelogind, Xgesture packages in fedora 30 repo
# - RPM fusion repo for xine and libvlc
ENABLED_LINUX_COPTS=" -Dfb=true -Dsdl=true -Dbuffer=true -Dbuild-id=travis-build \
- -Ddebug-threads=true -Dg-mainloop=true -Dxpresent=true -Dxgesture=false -Dxinput22=true \
+ -Ddebug-threads=true -Dglib=true -Dg-mainloop=true -Dxpresent=true -Dxgesture=false -Dxinput22=true \
-Devas-loaders-disabler=json -Decore-imf-loaders-disabler= -Demotion-loaders-disabler=gstreamer,libvlc,xine \
-Demotion-generic-loaders-disabler=vlc -Dharfbuzz=true -Dpixman=true -Dhyphen=true \
-Dvnc-server=true -Dbindings=luajit -Delogind=false -Dinstall-eo-files=true"