aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xffm/xffm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xffm/xffm.inc')
-rw-r--r--recipes/xffm/xffm.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/xffm/xffm.inc b/recipes/xffm/xffm.inc
new file mode 100644
index 0000000000..57abfb3d7d
--- /dev/null
+++ b/recipes/xffm/xffm.inc
@@ -0,0 +1,16 @@
+# xffm OE build file
+# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="XFCE4 File Manager"
+SECTION = "x11/utils"
+
+inherit xfce
+
+DEPENDS="dbh gtk+ libxml2 libxfcegui4 libxfce4mcs xfce-mcs-manager libxfce4util"
+
+FILES_${PN} += "/usr/lib/xfce4/xffm/*so*"
+
+PACKAGES += " ${PN}-mcs-plugins"
+
+FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/*.so"