mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-08 17:49:46 +01:00
b13086072c
* Update docker & buildroot * Fix * fix versions
19 lines
503 B
Makefile
19 lines
503 B
Makefile
################################################################################
|
|
#
|
|
# wmctrl
|
|
#
|
|
################################################################################
|
|
|
|
WMCTRL_VERSION = 1.07
|
|
WMCTRL_SITE = https://sites.google.com/site/tstyblo/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))
|