mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
build: Disable deprecation warnings in tests/accessibility
Like we do in the other tests/ sections.
This commit is contained in:
parent
9e3a8a678e
commit
20b9ec8c6b
@ -13,7 +13,7 @@ INCLUDES = \
|
||||
-I$(top_builddir)/clutter \
|
||||
-I$(top_srcdir)/tests/accessibility
|
||||
|
||||
AM_CPPFLAGS = -DPREFIXDIR=\"$(libdir)\"
|
||||
AM_CPPFLAGS = -DPREFIXDIR=\"$(libdir)\" -DCLUTTER_DISABLE_DEPRECATION_WARNINGS -DGLIB_DISABLE_DEPRECATION_WARNINGS
|
||||
AM_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
|
||||
LDADD = $(common_ldadd) $(CLUTTER_LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user