summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-03-30 14:17:30 +0200
committerBastien Nocera <hadess@hadess.net>2022-03-30 14:42:06 +0200
commitd5b2ae499ef49a170fe23592ec812396ec1a815c (patch)
tree5ce1fb9413fdd37deba45dbce541b432f31f2212 /data
parentc7a709c1188822c8a2c26f48a3703770523650e7 (diff)
downloadtotem-d5b2ae499ef49a170fe23592ec812396ec1a815c.tar.gz
main: Build main window from resource
Diffstat (limited to 'data')
-rw-r--r--data/meson.build9
-rw-r--r--data/totem.gresource.xml1
2 files changed, 1 insertions, 9 deletions
diff --git a/data/meson.build b/data/meson.build
index 51e2bb5f9..2209dacba 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -36,15 +36,6 @@ else
message('Man page generation disabled')
endif
-ui_files = files(
- 'totem.ui',
-)
-
-install_data(
- ui_files,
- install_dir: totem_pkgdatadir
-)
-
ui_resources = gnome.compile_resources(
'totemresources',
'totem.gresource.xml',
diff --git a/data/totem.gresource.xml b/data/totem.gresource.xml
index d5f6061de..aeb11ac02 100644
--- a/data/totem.gresource.xml
+++ b/data/totem.gresource.xml
@@ -5,5 +5,6 @@
<file compressed="true">playlist.ui</file>
<file compressed="true">uri.ui</file>
<file compressed="true">shortcuts.ui</file>
+ <file compressed="true">totem.ui</file>
</gresource>
</gresources>