diff options
Diffstat (limited to 'packages/xfce/xfce4-dev-tools.inc')
-rw-r--r-- | packages/xfce/xfce4-dev-tools.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/xfce/xfce4-dev-tools.inc b/packages/xfce/xfce4-dev-tools.inc deleted file mode 100644 index 2116b1d414..0000000000 --- a/packages/xfce/xfce4-dev-tools.inc +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Xfce4 development tools" -SECTION = "x11/libs" -LICENSE = "GPL" - -inherit xfce - -do_stage() { - install -d ${STAGING_DATADIR}/aclocal - install -m 644 m4macros/*.m4 ${STAGING_DATADIR}/aclocal/ -} - -FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4" |