gnome: work around yelp's cups dependency
This commit is contained in:
parent
48854856b3
commit
ae2a135467
|
@ -13,6 +13,7 @@ preinstall = mkdir -p "$(CHROOT)/var/lib/dbus"; \
|
|||
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; \
|
||||
fi;
|
||||
|
||||
postinstall = rm -f "$(CHROOT)"/var/lib/dbus/machine-id; \
|
||||
|
|
|
@ -26,3 +26,4 @@ gnome-extra/evolution-data-server ssl
|
|||
net-libs/xulrunner cups
|
||||
net-print/cups gnutls
|
||||
app-text/poppler utils
|
||||
app-text/ghostscript-gpl cups
|
||||
|
|
Loading…
Reference in New Issue