|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../e-modules/e-modules.conf |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
@ -13,7 +13,7 @@ |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
brokenmods="calendar devian evolume mbar engage" |
|
|
|
brokenmods="bling emu mail" |
|
|
|
|
|
|
|
# function to disable modules |
|
|
|
e_modules_disable() { |
|
|
@ -25,7 +25,8 @@ e_modules_disable() { |
|
|
|
done |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "-I`pkg-config --cflags exml`" |
|
|
|
# some modules seem to have problems finding their dependencies |
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "-I$root$( pkgprefix includedir libx11 )" |
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "-L$root$( pkgprefix libdir libx11 )" |
|
|
|
|
|
|
|
hook_add prepatch 5 "e_modules_disable" |