|
@ -23,5 +23,5 @@ |
|
|
pkginstalled qt33 && var_append extraconfopt " " "--enable-qt3" |
|
|
pkginstalled qt33 && var_append extraconfopt " " "--enable-qt3" |
|
|
# pkginstalled qt40 && var_append extraconfopt " " "--enable-qt" |
|
|
# pkginstalled qt40 && var_append extraconfopt " " "--enable-qt" |
|
|
var_append extraconfopt " " "--disable-mono" |
|
|
var_append extraconfopt " " "--disable-mono" |
|
|
hook_add postmake 3 "install_init dbus $confdir/dbus.init" |
|
|
|
|
|
|
|
|
hook_add postmake 3 "install_init dbus $confdir/dbus.init; ln -s $root/usr/include/dbus-1.0/dbus $root/usr/include/dbus; ln -s $root/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h $root/usr/include/dbus" |
|
|
|
|
|
|