diff options
Diffstat (limited to 'gdk/meson.build')
-rw-r--r-- | gdk/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/meson.build b/gdk/meson.build index 5b93ff85a4..9b34ee4395 100644 --- a/gdk/meson.build +++ b/gdk/meson.build @@ -2,6 +2,7 @@ gdk_public_sources = files([ 'gdk.c', 'gdkapplaunchcontext.c', 'gdkcairo.c', + 'gdkcontentformats.c', 'gdkcursor.c', 'gdkdevice.c', 'gdkdevicemanager.c', @@ -41,6 +42,7 @@ gdk_public_headers = files([ 'gdk.h', 'gdkapplaunchcontext.h', 'gdkcairo.h', + 'gdkcontentformats.h', 'gdkcursor.h', 'gdkdevice.h', 'gdkdevicemanager.h', |