summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2021-05-05 10:15:18 +0200
committerJonas Ådahl <jadahl@gmail.com>2021-10-18 17:33:33 +0200
commit6ba86366b3b6d4e97cce872dc569c7d96b5d083a (patch)
tree005e71d0c106e8fc9a415a130d264fa207863dee /src/meson.build
parent99f51d28665a1b39a1a1431e2bfc0d0f823ac0ec (diff)
downloadmutter-6ba86366b3b6d4e97cce872dc569c7d96b5d083a.tar.gz
drm-buffer: Replace 'use-modifier' boolean with flags
This lets us add more customization to the buffer instance without adding more boolean arguments. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1854>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index f4ecba3b3..655b5bfca 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -804,6 +804,7 @@ endif
if have_native_backend
mutter_private_enum_sources += [
'backends/native/meta-backend-native-types.h',
+ 'backends/native/meta-drm-buffer.h',
'backends/native/meta-kms-types.h',
]
endif