mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
gtk-xfce-engine: create and pack gtk3 themes by default
we already have some gtk3 apps in a typical image: xfce4-pulseaudio-plugin, network-manager-applet and xfce4-power-manager 1.5.x will come soon to meta-xfce. These are using gtk3 themes (which need love - but this is a different story). Without this patch loading Xfce gtk3 themes causes complaints for missing xfce theme engine. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
93b8643135
commit
fe86c7842d
@@ -9,8 +9,8 @@ inherit xfce
|
|||||||
SRC_URI[md5sum] = "363d6c16a48a00e26d45c45c2e1fd739"
|
SRC_URI[md5sum] = "363d6c16a48a00e26d45c45c2e1fd739"
|
||||||
SRC_URI[sha256sum] = "875c9c3bda96faf050a2224649cc42129ffb662c4de33add8c0fd1fb860b47ed"
|
SRC_URI[sha256sum] = "875c9c3bda96faf050a2224649cc42129ffb662c4de33add8c0fd1fb860b47ed"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= "gtk3"
|
||||||
PACKAGECONFIG[gtk3] = "--enable-gtk3,--disable-gtk3, gtk+3"
|
PACKAGECONFIG[gtk3] = "--enable-gtk3,--disable-gtk3, gtk+3, gtk3-xfce-engine"
|
||||||
|
|
||||||
PACKAGES += "${PN}-themes gtk3-xfce-engine"
|
PACKAGES += "${PN}-themes gtk3-xfce-engine"
|
||||||
FILES_${PN} += "${libdir}/gtk-2.0/*/engines/*.so"
|
FILES_${PN} += "${libdir}/gtk-2.0/*/engines/*.so"
|
||||||
|
|||||||
Reference in New Issue
Block a user