ac5473849c
Provides command line access to almost all the features defined in the EWMH specification. It can be used, for example, to get information about the window manager, to get a detailed list of desktops and managed windows, to switch and resize desktops, to make windows full-screen, always-above or sticky, and to activate, close, move, resize, maximize and minimize them. [Thomas: - fixed license, which is GPLv2+, not GPLv2 - fixed wrapping of the Config.in help text - removed Config.in comment related to MMU dependency.] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
390 B
Makefile
15 lines
390 B
Makefile
################################################################################
|
|
#
|
|
# wmctrl
|
|
#
|
|
################################################################################
|
|
|
|
WMCTRL_VERSION = 1.07
|
|
WMCTRL_SITE = http://tomas.styblo.name/wmctrl/dist
|
|
WMCTRL_LICENSE = GPLv2+
|
|
WMCTRL_LICENSE_FILES = COPYING
|
|
|
|
WMCTRL_DEPENDENCIES = libglib2 xlib_libX11 xlib_libXmu
|
|
|
|
$(eval $(autotools-package))
|