gst1-plugins-good: Remove gudev
authorHauke Mehrtens <redacted>
Sun, 13 Oct 2024 11:04:46 +0000 (13:04 +0200)
committerRosen Penev <redacted>
Mon, 14 Oct 2024 01:03:22 +0000 (18:03 -0700)
Deactivate the dependencies to libgudev.
This fixes the build of gst1-plugins-good.

This fixes the following problem:
```
Package gst1-mod-video4linux2 is missing dependencies for the following libraries:
libgudev-1.0.so.0
```

Signed-off-by: Hauke Mehrtens <redacted>
multimedia/gst1-plugins-good/Makefile

index aefd7aa381dcf335827c7e1db253504ce497b9ad..61047c5ee5b3103927db72367bacd9df9850bb04 100644 (file)
@@ -170,6 +170,7 @@ MESON_ARGS += \
        \
        -Dximagesrc=disabled \
        -Dv4l2=$(if $(CONFIG_PACKAGE_gst1-mod-video4linux2),en,dis)abled \
+       -Dv4l2-gudev=disabled \
        -Dexamples=disabled \
        -Dtests=disabled \
        -Dnls=enabled \
git clone https://git.99rst.org/PROJECT