mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Current site is down, switch to Debian.
Fixes:
https://autobuild.buildroot.net/results/679/679a9f6224d1771ec2ab52e45fd74af8d03c1604/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit f90d38dafc)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
20 lines
590 B
Makefile
20 lines
590 B
Makefile
################################################################################
|
|
#
|
|
# wmctrl
|
|
#
|
|
################################################################################
|
|
|
|
WMCTRL_VERSION = 1.07
|
|
WMCTRL_SOURCE = wmctrl_$(WMCTRL_VERSION).orig.tar.gz
|
|
WMCTRL_SITE = https://snapshot.debian.org/archive/debian/20050312T000000Z/pool/main/w/wmctrl
|
|
WMCTRL_LICENSE = GPL-2.0+
|
|
WMCTRL_LICENSE_FILES = COPYING
|
|
|
|
WMCTRL_DEPENDENCIES = libglib2 xlib_libX11 xlib_libXmu
|
|
|
|
WMCTRL_CONF_OPTS = \
|
|
--x-includes=$(STAGING_DIR)/usr/include \
|
|
--x-libraries=$(STAGING_DIR)/usr/lib
|
|
|
|
$(eval $(autotools-package))
|