diff options
author | Timm Bäder <mail@baedert.org> | 2018-02-06 11:26:47 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-02-06 11:26:47 +0100 |
commit | fab944941487e4a9f04d51814412b4c2bf153bfe (patch) | |
tree | 5eed5a8d6809d82746c04766fdde98ec1cd95bb3 /gsk/meson.build | |
parent | 0a51f389633b047888c589b59280b0503eb2d524 (diff) | |
download | gtk+-fab944941487e4a9f04d51814412b4c2bf153bfe.tar.gz |
build: install gsk-autocleanup.h
Diffstat (limited to 'gsk/meson.build')
-rw-r--r-- | gsk/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gsk/meson.build b/gsk/meson.build index d6e134246f..964cee1b2e 100644 --- a/gsk/meson.build +++ b/gsk/meson.build @@ -50,6 +50,7 @@ gsk_public_headers = files([ 'gskrendernode.h', 'gskroundedrect.h', 'gsktypes.h', + 'gsk-autocleanup.h' ]) install_headers(gsk_public_headers, 'gsk.h', subdir: 'gtk-4.0/gsk') |