blob: b034df20873f0134a578672d87cec1127cadeaee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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
}
|