mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
e_dbus-devel: depends on dbus-devel.
This commit is contained in:
parent
c18c522bee
commit
e241428bcd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'eet-devel'.
|
# Template file for 'eet-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="ecore-devel>=1.7.4_1 ${sourcepkg}>=${version}"
|
depends="dbus-devel ecore-devel>=1.7.4_1 ${sourcepkg}>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'e_dbus'
|
# Template file for 'e_dbus'
|
||||||
pkgname=e_dbus
|
pkgname=e_dbus
|
||||||
version=1.7.4
|
version=1.7.4
|
||||||
revision=1
|
revision=2
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
makedepends="pkg-config dbus-devel ecore-devel"
|
makedepends="pkg-config dbus-devel ecore-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
|
Loading…
Add table
Reference in a new issue