diff options
Diffstat (limited to 'recipes/xfce/gtk-xfce-engine_2.4.2.bb')
-rw-r--r-- | recipes/xfce/gtk-xfce-engine_2.4.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xfce/gtk-xfce-engine_2.4.2.bb b/recipes/xfce/gtk-xfce-engine_2.4.2.bb new file mode 100644 index 0000000000..0287f04485 --- /dev/null +++ b/recipes/xfce/gtk-xfce-engine_2.4.2.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "XFCE theme for GTK" +DEPENDS += "gtk+" + +inherit xfce +XFCE_VERSION = 4.4.2 + +FILES_${PN} += "${libdir}/gtk-2.0/*/engines/libxfce.so \ + ${datadir}/themes/" +FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug" |