summaryrefslogtreecommitdiff
path: root/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk
blob: 57cd497931788257f3b1db574d2e65d72bdcc1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
################################################################################
#
# xapp_xdriinfo -- query configuration information of DRI drivers
#
################################################################################

XAPP_XDRIINFO_VERSION = 1.0.1
XAPP_XDRIINFO_SOURCE = xdriinfo-$(XAPP_XDRIINFO_VERSION).tar.bz2
XAPP_XDRIINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XDRIINFO_AUTORECONF = YES
XAPP_XDRIINFO_DEPENDANCIES = xlib_libX11 xproto_glproto mesa3d

$(eval $(call AUTOTARGETS,xapp_xdriinfo))