aports/community/corebird/disable-gst-check.diff
ScrumpyJack fad1905195 testing/[various]: move to community
Moves the following packages to community after successful build and testing.

bogofilter
corebird
fbpanel
hermes
libdbi-drivers
luufs
netsurf
opencpn
py-sensehat
rng-tools
volumeicon
2016-08-18 21:11:39 +00:00

15 lines
292 B
Diff

diff --git a/configure b/configure
index 1be799c..8f9dd8b 100755
--- a/configure
+++ b/configure
@@ -12935,7 +12935,8 @@ fi
if test "$disable_gst_check" = "no"; then
# Check for gtksink
- GST_ELEMENT_CHECK(gtksink, 1.0, , )
+ # GST_ELEMENT_CHECK(gtksink, 1.0, , )
+ return 0
fi