diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-06-01 05:40:06 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-06-01 05:40:06 +0000 |
commit | 52ec107c716c78ea743faa99e6b7dad58925ed27 (patch) | |
tree | 06f0fe875b5b3e7adc4a30c1daea2b03383f1c04 /packages/xfce | |
parent | f75d4f2cb5815f1b886da98c41c4ddd8c36f586a (diff) |
xfwm4: don't mangle the include path
* Currently all related libraries properly install at /usr/include/xfce4/
and the mangle is then breaking the compilation process.
* commit by Laibsch
Diffstat (limited to 'packages/xfce')
-rw-r--r-- | packages/xfce/xfwm4.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/xfce/xfwm4.inc b/packages/xfce/xfwm4.inc index e7e5bc1862..e443a841ae 100644 --- a/packages/xfce/xfwm4.inc +++ b/packages/xfce/xfwm4.inc @@ -14,10 +14,6 @@ RDEPENDS = "xfwm4-theme-default" EXTRA_OECONF += " --enable-startup-notification" -do_configure_append() { - sed -i s:/usr/include/xfce4::g mcs-plugin/Makefile -} - PACKAGES_DYNAMIC = "xfwm4-theme-*" python populate_packages_prepend () { |