mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
gstreamer: Deal with merge conflict which breaks systemd builds
In jethro, the dependency is "udev", the change to libgudev happened in master after the release and this was a mistake during backporting of gstreamer fixes. (From OE-Core rev: bc458ae9586b45b11b6908eadb31e94d892e698f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -22,7 +22,7 @@ PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
|
||||
PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo"
|
||||
PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac"
|
||||
PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
|
||||
PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev"
|
||||
PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev"
|
||||
PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,libv4l2"
|
||||
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
|
||||
PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
|
||||
|
||||
Reference in New Issue
Block a user