blob: 7b9273c91ecbee7303da2488331aa58c793816ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# xfce-mcs-plugins OE build file
# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
DESCRIPTION="Common XFCE4 configuration plugins."
SECTION = "x11"
PACKAGES="${PN}"
FILES_${PN}="${libdir}/xfce4/mcs-plugins/*.so /usr/share/xfce4/doc/C"
DEPENDS="libxfcegui4 xfce-mcs-manager gtk+"
inherit xfce
|