summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2021-11-30 23:56:31 +0100
committerCorentin Noël <tintou@noel.tf>2022-04-09 00:43:06 +0200
commite2e875b500106aab85e1371298162dd084494652 (patch)
tree7dd36c008d0b82f5303148fd4176f4318f365aaa /meson.build
parentc062daec42d7931f3437b64ee3f4b8dd4f76d8f0 (diff)
downloadgcr-e2e875b500106aab85e1371298162dd084494652.tar.gz
Rename gcr-ui into gcr-gtk3
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 42f7c6f..1fb2e58 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,7 @@ podir = source_root / 'po'
gck_basename = 'gck-@0@'.format(gck_api_version)
gcr_base_basename = 'gcr-base-@0@'.format(gcr_api_version)
gcr_basename = 'gcr-@0@'.format(gcr_api_version)
-gcr_ui_basename = 'gcr-ui-@0@'.format(gcr_api_version)
+gcr_gtk3_basename = 'gcr-@0@-gtk3'.format(gcr_api_version)
# Dependencies
min_glib_version = '2.44'
@@ -105,7 +105,7 @@ subdir('gck')
subdir('gcr')
subdir('schema')
if get_option('gtk')
- subdir('ui')
+ subdir('gcr-gtk3')
endif
if get_option('gtk_doc')
if not get_option('introspection')