colord: fix -devel rdeps: needs libudev.
This commit is contained in:
parent
df97b95668
commit
f2c104db3f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'colord'
|
# Template file for 'colord'
|
||||||
pkgname=colord
|
pkgname=colord
|
||||||
version=1.1.7
|
version=1.1.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
||||||
|
@ -74,7 +74,7 @@ libcolord_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
colord-devel_package() {
|
colord-devel_package() {
|
||||||
depends="dbus-devel libglib-devel lcms2-devel libcolord>=${version}_${revision}"
|
depends="dbus-devel libglib-devel lcms2-devel libudev-devel libcolord>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue