diff options
Diffstat (limited to 'meta/packages/xorg-lib/libxcalibrate_git.bb')
-rw-r--r-- | meta/packages/xorg-lib/libxcalibrate_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb index e4df6a1cbf..aa4b77b39d 100644 --- a/meta/packages/xorg-lib/libxcalibrate_git.bb +++ b/meta/packages/xorg-lib/libxcalibrate_git.bb | |||
@@ -4,12 +4,14 @@ PRIORITY = "optional" | |||
4 | LICENSE = "BSD-X" | 4 | LICENSE = "BSD-X" |
5 | 5 | ||
6 | PV = "0.0+git${SRCDATE}" | 6 | PV = "0.0+git${SRCDATE}" |
7 | PR = "r1" | ||
7 | 8 | ||
8 | DEPENDS = "virtual/libx11 calibrateproto libxext" | 9 | DEPENDS = "virtual/libx11 calibrateproto libxext" |
9 | 10 | ||
10 | FILES_${PN}-locale += "${datadir}/X11/locale" | 11 | FILES_${PN}-locale += "${datadir}/X11/locale" |
11 | 12 | ||
12 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62" | 13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62 \ |
14 | file://coords.patch;patch=1" | ||
13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
14 | 16 | ||
15 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |