|
|
发表于 2006-9-26 06:03:35
|
显示全部楼层
Post by 种草得草
compiz
为什么都需要用这么多gtk和gnome的包.
郁闷啊.
官方的compiz,David Reveman也正在改变,添加了USE_GTK。
现在是这样:
- @@ -282,7 +293,8 @@ echo " dbus: $use_dbus"
- echo ""
- echo "and the following optional features will be compiled:"
- echo " svg: $use_librsvg"
- -echo " gnome: $use_gnome"
- +echo " gtk: $use_gtk"
- echo " metacity: $use_metacity"
- +echo " gnome: $use_gnome"
- echo " kde: $use_kde"
- echo ""
复制代码 |
|