mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
xfdesktop: upgrade 4.20.2 -> 4.21.0
Add video-backdrop PACKAGECONFIG option. default to false. Setting it to true will bring gstreamer1.0 dependency. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
7b4333942b
commit
301380a915
+3
-1
@@ -19,15 +19,17 @@ DEPENDS = " \
|
||||
"
|
||||
|
||||
XFCEBASEBUILDCLASS = "meson"
|
||||
XFCE_COMPRESS_TYPE = "xz"
|
||||
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI[sha256sum] = "1d9bd76015fb6e9aca05e73cd998c7c66ed4fc8c10b626e08fc2eb7c39df3f7b"
|
||||
SRC_URI[sha256sum] = "10a463b9bc474159622d861c1bf7f098e7848af15a453ac0275a3b92a8565c4e"
|
||||
|
||||
PACKAGECONFIG ??= "notify"
|
||||
PACKAGECONFIG[notify] = "-Dnotifications=enabled,-Dnotifications=disabled,libnotify"
|
||||
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,"
|
||||
PACKAGECONFIG[video-backdrop] = "-Dvideo-backdrop=true,-Dvideo-backdrop=false,gstreamer1.0"
|
||||
|
||||
FILES:${PN} += "${datadir}/backgrounds"
|
||||
Reference in New Issue
Block a user