Added ssl support to libsoup so that Epiphany can do https
This commit is contained in:
parent
cf312bbe10
commit
3c2525242b
|
@ -21,6 +21,7 @@ postinstall: custom.conf
|
|||
$(RM) "$(CHROOT)"/var/lib/dbus/machine-id
|
||||
cp custom.conf "$(CHROOT)"/etc/X11/gdm/custom.conf
|
||||
#chroot "$(CHROOT)" rc-update add hald default
|
||||
chroot "$(CHROOT)" rc-update add dbus default
|
||||
echo 'gdm &>/dev/null' >> "$(CHROOT)"/etc/conf.d/local.start
|
||||
|
||||
clean:
|
||||
|
|
|
@ -10,7 +10,7 @@ gnome-base/gnome-menus python
|
|||
gnome-base/gvfs gdu
|
||||
media-libs/libcanberra gtk
|
||||
media-libs/swfdec gtk
|
||||
net-libs/libsoup gnome
|
||||
net-libs/libsoup gnome ssl
|
||||
net-misc/curl ssl
|
||||
sys-apps/dbus X
|
||||
sys-apps/parted device-mapper
|
||||
|
|
Loading…
Reference in New Issue