diff options
Diffstat (limited to 'packages/xlibs/xorg-xlibs.inc')
-rw-r--r-- | packages/xlibs/xorg-xlibs.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/xlibs/xorg-xlibs.inc b/packages/xlibs/xorg-xlibs.inc new file mode 100644 index 0000000000..037e2b9958 --- /dev/null +++ b/packages/xlibs/xorg-xlibs.inc @@ -0,0 +1,8 @@ +SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/${XORG_PN}-X11R7.0-${PV}.tar.bz2" +S = "${WORKDIR}/${XORG_PN}-X11R7.0-${PV}" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |