blob: 94ae800a6205d02de7f7bd9d9bdda97c6b21857c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
################################################################################
#
# xapp_xwd -- dump an image of an X window
#
################################################################################
XAPP_XWD_VERSION = 1.0.4
XAPP_XWD_SOURCE = xwd-$(XAPP_XWD_VERSION).tar.bz2
XAPP_XWD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XWD_DEPENDENCIES = xlib_libX11 xlib_libXmu
$(eval $(autotools-package))
|