diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-25 16:12:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-25 16:12:21 +0000 |
commit | 6d8ffd9e3515afdb9166d2779319cd33ea7e198b (patch) | |
tree | 164c50134c90d95e8e499ad4143851adf30f3e52 /packages/xfce/libxfce4mcs.inc | |
parent | 5c2a1450525aa5198880500f6e1fe9223bb49cd4 (diff) |
xfce: remove pkgconfig hacks and switch to autotools.bbclass, tweak packaging
Diffstat (limited to 'packages/xfce/libxfce4mcs.inc')
-rw-r--r-- | packages/xfce/libxfce4mcs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/xfce/libxfce4mcs.inc b/packages/xfce/libxfce4mcs.inc index 19268fc9b3..6ecbc8db58 100644 --- a/packages/xfce/libxfce4mcs.inc +++ b/packages/xfce/libxfce4mcs.inc @@ -1,12 +1,12 @@ # libxfce4mcs OE build file # Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) +# Released under the MIT license (see COPYING.MIT) DESCRIPTION="Settings management library used by most XFce 4 modules" DEPENDS="libxfce4util" SECTION = "x11/libs" -inherit xfce pkgconfig +inherit xfce do_stage() { install -d ${STAGING_INCDIR}/xfce4/libxfce4mcs |