aboutsummaryrefslogtreecommitdiffstats
path: root/xfce4-goodies/xfce4-mixer_4.0.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-goodies/xfce4-mixer_4.0.5.oe')
-rw-r--r--xfce4-goodies/xfce4-mixer_4.0.5.oe16
1 files changed, 0 insertions, 16 deletions
diff --git a/xfce4-goodies/xfce4-mixer_4.0.5.oe b/xfce4-goodies/xfce4-mixer_4.0.5.oe
deleted file mode 100644
index b034df2087..0000000000
--- a/xfce4-goodies/xfce4-mixer_4.0.5.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-# xfce-mixer-plugin OE build file
-# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-DESCRIPTION="XFCE panel mixer plugin"
-SECTION = "x11"
-
-DEPENDS="xfce4-panel"
-
-inherit xfce
-
-FILES_${PN}="${libdir}/xfce4/panel-plugins/*.so"
-
-do_install() {
- oe_runmake DESTDIR=${D} plugindir="${libdir}/xfce4/panel-plugins" install
-}