diff options
author | Oz Tiram <[email protected]> | 2025-04-03 23:28:13 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | ccb3982a43d2c2b6682eb3218bf4241e9c937ee5 (patch) | |
tree | 367e98e7f402c624e75c93719e9c8f7237a644f8 | |
parent | f02f8e2b57a95f908d62e85bb65327060253e0a1 (diff) | |
download | atril-ccb3982a43d2c2b6682eb3218bf4241e9c937ee5.tar.bz2 atril-ccb3982a43d2c2b6682eb3218bf4241e9c937ee5.tar.xz |
fix: shell/meson.build missing files
Signed-off-by: Oz Tiram <[email protected]>
-rw-r--r-- | meson.build | 1 | ||||
-rw-r--r-- | shell/meson.build | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 5da606e4..6ae98a60 100644 --- a/meson.build +++ b/meson.build @@ -339,6 +339,7 @@ configure_file( summary = [ '', '--- Build Configuration Summary For Atril ---', + '', 'prefix = @0@'.format(prefix), 'bindir = @0@'.format(bindir), 'datadir = @0@'.format(datadir), diff --git a/shell/meson.build b/shell/meson.build index 98dfaf52..0d649a10 100644 --- a/shell/meson.build +++ b/shell/meson.build @@ -39,6 +39,8 @@ shell_sources = [ 'ev-keyring.c', 'ev-message-area.c', 'ev-message-area.h', + 'ev-media-player-keys.h', + 'ev-media-player-keys.c', 'ev-metadata.c', 'ev-metadata.h', 'ev-navigation-action.h', |