gnome-control-center: workaround crash by disabling cheese support.
This commit is contained in:
parent
252737a679
commit
afe8a2e963
2 changed files with 5 additions and 14 deletions
|
@ -37,23 +37,11 @@ libcanberra.so.0
|
|||
libpulse-mainloop-glib.so.0
|
||||
libpulse.so.0
|
||||
libcrypt.so.1
|
||||
libgstreamer-0.10.so.0
|
||||
libnm-gtk.so.0
|
||||
libnm-util.so.2
|
||||
libnm-glib.so.4
|
||||
libgnome-menu-3.so.0
|
||||
libsocialweb-client.so.2
|
||||
libgnome-bluetooth.so.10
|
||||
libcheese-gtk.so.21
|
||||
libcheese.so.3
|
||||
libcogl-pango.so.0
|
||||
libjson-glib-1.0.so.0
|
||||
libdrm.so.2
|
||||
libXext.so.6
|
||||
libXdamage.so.1
|
||||
libXcomposite.so.1
|
||||
libXfixes.so.3
|
||||
libwacom.so.2
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.9
|
||||
libsystemd-login.so.0
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'gnome-control-center'
|
||||
pkgname=gnome-control-center
|
||||
version=3.4.1
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-cups --with-libsocialweb --with-cheese
|
||||
configure_args="--disable-cups --with-libsocialweb --without-cheese
|
||||
--disable-update-mimedb --disable-static --enable-systemd"
|
||||
short_desc="GNOME control center"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -15,6 +16,7 @@ long_desc="
|
|||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
# XXX disabled cheese support to workaround recent crashes.
|
||||
# XXX printer panel support -- needs cups
|
||||
Add_dependency build which
|
||||
Add_dependency build pkg-config
|
||||
|
@ -29,7 +31,8 @@ Add_dependency build network-manager-applet-devel
|
|||
Add_dependency build gnome-settings-daemon-devel
|
||||
Add_dependency build gnome-online-accounts-devel
|
||||
Add_dependency build libsocialweb-devel
|
||||
Add_dependency build cheese-devel
|
||||
Add_dependency build libcanberra-devel
|
||||
#Add_dependency build cheese-devel
|
||||
Add_dependency build polkit-devel
|
||||
Add_dependency build libgtop-devel
|
||||
Add_dependency build upower-devel
|
||||
|
|
Loading…
Reference in a new issue