diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-17 06:38:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-17 06:38:48 +0000 |
commit | a4c6ad5b86ca8f4187498880ea3726e7013ea165 (patch) | |
tree | 06463e2648b4446c0784567d3d1138c32ef870e0 /packages/xorg-app/mkfontdir-native_X11R7.1-1.0.2.bb | |
parent | e177f1e7675df92372b12dee764ca8b8849534f3 (diff) |
mkfontdir-*: beautify and add dependencies to mkfontscale
Diffstat (limited to 'packages/xorg-app/mkfontdir-native_X11R7.1-1.0.2.bb')
-rw-r--r-- | packages/xorg-app/mkfontdir-native_X11R7.1-1.0.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/xorg-app/mkfontdir-native_X11R7.1-1.0.2.bb b/packages/xorg-app/mkfontdir-native_X11R7.1-1.0.2.bb index 0eb85010b9..ac6d19fd95 100644 --- a/packages/xorg-app/mkfontdir-native_X11R7.1-1.0.2.bb +++ b/packages/xorg-app/mkfontdir-native_X11R7.1-1.0.2.bb @@ -1,9 +1,10 @@ DESCRIPTION = "X mkfontdir app" SECTION = "x11/applications" LICENSE = "MIT-X" +DEPENDS = "util-macros-native mkfontscale-native" +PR = "r1" -S="${WORKDIR}/mkfontdir-${PV}" +S = "${WORKDIR}/mkfontdir-${PV}" SRC_URI = "${XORG_MIRROR}/X11R7.1/src/app/mkfontdir-${PV}.tar.bz2" -DEPENDS = "util-macros-native" inherit native autotools pkgconfig |