mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
build: Remove no longer existing config options
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3349>
This commit is contained in:
parent
57cfd1ab75
commit
c79332a5f8
@ -177,8 +177,6 @@ mutter_deps = [
|
||||
]
|
||||
|
||||
mutter_c_args = [
|
||||
'-DCLUTTER_ENABLE_COMPOSITOR_API',
|
||||
'-DCOGL_ENABLE_EXPERIMENTAL_API',
|
||||
'-DCOGL_ENABLE_MUTTER_API',
|
||||
'-DCLUTTER_DISABLE_DEPRECATION_WARNINGS',
|
||||
'-DCOGL_DISABLE_DEPRECATION_WARNINGS',
|
||||
|
@ -58,7 +58,6 @@ cogl_test_conformance_includes = [
|
||||
|
||||
cogl_test_c_args = [
|
||||
cogl_debug_c_args,
|
||||
'-DCOGL_ENABLE_EXPERIMENTAL_API',
|
||||
'-DCOGL_DISABLE_DEPRECATED',
|
||||
'-DCOGL_DISABLE_DEPRECATION_WARNINGS',
|
||||
'-DTESTS_DATADIR="@0@/tests/data"'.format(cogl_srcdir),
|
||||
|
@ -28,7 +28,6 @@ foreach unit_test: cogl_unit_tests
|
||||
c_args: [
|
||||
'-D__COGL_H_INSIDE__',
|
||||
'-DCOGL_ENABLE_MUTTER_API',
|
||||
'-DCOGL_ENABLE_EXPERIMENTAL_API',
|
||||
'-DCOGL_DISABLE_DEPRECATED',
|
||||
'-DCOGL_DISABLE_DEPRECATION_WARNINGS',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user