mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-09 17:33:32 +02:00
wmaker: add test for _NET_WM_FULLSCREEN_MONITORS
This patch is adding a small test app to validate that _NET_WM_FULLSCREEN_MONITORS is working as expected.
This commit is contained in:
committed by
Carlos R. Mafra
parent
fa49b7c003
commit
62e341b5cc
@@ -4,10 +4,16 @@ AUTOMAKE_OPTIONS = no-dependencies
|
||||
|
||||
EXTRA_DIST = notest.c
|
||||
|
||||
noinst_PROGRAMS = wtest
|
||||
noinst_PROGRAMS = wtest wm_fsm_test
|
||||
|
||||
wtest_SOURCES = wtest.c
|
||||
|
||||
wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@
|
||||
|
||||
AM_CPPFLAGS = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
|
||||
|
||||
wm_fsm_test_SOURCES = wm_fsm_test.c
|
||||
|
||||
wm_fsm_test_CPPFLAGS = $(shell pkg-config --cflags gtk+-3.0)
|
||||
|
||||
wm_fsm_test_LDFLAGS = $(shell pkg-config --libs gtk+-3.0) -lX11
|
||||
|
||||
Reference in New Issue
Block a user