Updates for gnome.
This commit is contained in:
parent
1c3b109bc9
commit
5f7ff4cca7
|
@ -11,8 +11,8 @@ ifeq ($(OVERLAY),YES)
|
|||
chroot $(CHROOT) $(EMERGE) $(USEPKG) -1n dev-vcs/git
|
||||
chroot $(CHROOT) /usr/bin/layman --sync ALL
|
||||
chroot $(CHROOT) /usr/bin/layman --add gnome
|
||||
echo "source /var/lib/layman/make.conf" >> $(CHROOT)/etc/make.conf
|
||||
echo USE='"$$USE clutter"' >> $(CHROOT)/etc/make.conf
|
||||
echo "source /var/lib/layman/make.conf" >> $(CHROOT)/etc/portage/make.conf
|
||||
echo USE='"$$USE clutter"' >> $(CHROOT)/etc/portage/make.conf
|
||||
endif
|
||||
|
||||
postinstall: custom.conf gdm.start
|
||||
|
|
|
@ -33,6 +33,7 @@ x11-libs/cairo glib svg X
|
|||
x11-libs/gdk-pixbuf X jpeg
|
||||
x11-libs/gtk+ jpeg X
|
||||
x11-libs/pango X
|
||||
virtual/udev gudev hwdb
|
||||
|
||||
#net-libs/xulrunner cups
|
||||
#app-text/poppler utils
|
||||
|
|
Loading…
Reference in New Issue