Skip to content
Permalink
50855f2e62
Go to file
 
 
Cannot retrieve contributors at this time
executable file 16 lines (12 sloc) 317 Bytes
#!/usr/bin/make -f
%:
dh $@
CONFFLAGS += --with-flavour=eglx
DEB_CPPFLAGS_MAINT_APPEND += -DG_DEBUG_DISABLE
DEB_CFLAGS_MAINT_APPEND += -Winline
export DEB_CPPFLAGS_MAINT_APPEND DEB_CFLAGS_MAINT_APPEND
override_dh_auto_configure:
dh_auto_configure -- \
--enable-debug=no \
--with-gles=2.0 \
$(CONFFLAGS)
You can’t perform that action at this time.