mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gdm: move to usr/bin.
This commit is contained in:
parent
4613d23362
commit
73fe1cf452
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.14.2
|
version=3.14.2
|
||||||
revision=1
|
revision=2
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection)
|
configure_args="$(vopt_enable gir introspection)
|
||||||
--disable-schemas-compile --disable-static --with-default-pam-config=arch
|
--disable-schemas-compile --disable-static --with-default-pam-config=arch
|
||||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||||
--with-screenshot-dir=/var/lib/gdm/greeter
|
--with-screenshot-dir=/var/lib/gdm/greeter --sbindir=/usr/bin
|
||||||
--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid"
|
--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid"
|
||||||
hostmakedepends="automake libtool pkg-config itstool intltool gnome-doc-utils
|
hostmakedepends="automake libtool pkg-config itstool intltool gnome-doc-utils
|
||||||
$(vopt_if gir gobject-introspection)"
|
$(vopt_if gir gobject-introspection)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue