diff options
Diffstat (limited to 'packages/xproto/proto-common.inc')
-rw-r--r-- | packages/xproto/proto-common.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/xproto/proto-common.inc b/packages/xproto/proto-common.inc index f35a791171..65dfd4207a 100644 --- a/packages/xproto/proto-common.inc +++ b/packages/xproto/proto-common.inc @@ -3,9 +3,11 @@ SECTION = "x11/libs" LICENSE= "MIT-X" #MAINTAINER = "" -SRC_URI = "${XORG_MIRROR}/X11R7.0/src/proto/${PN}-X11R7.0-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/src/proto/${PN}-${XORG_RELEASE}-${PV}.tar.bz2" -S = "${WORKDIR}/${PN}-X11R7.0-${PV}" +S = "${WORKDIR}/${PN}-${XORG_RELEASE}-${PV}" + +XORG_RELEASE ?= "X11R7.0" inherit autotools pkgconfig |