42a28105f1
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
440 B
Makefile
13 lines
440 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xprop -- property displayer for X
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XPROP_VERSION = 1.1.0
|
|
XAPP_XPROP_SOURCE = xprop-$(XAPP_XPROP_VERSION).tar.bz2
|
|
XAPP_XPROP_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XPROP_DEPENDENCIES = xlib_libX11 xlib_libXmu
|
|
|
|
$(eval $(call AUTOTARGETS))
|