diff options
| author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-09 12:28:21 -0500 |
|---|---|---|
| committer | Robert Tari <robert@tari.in> | 2021-07-09 02:03:44 +0200 |
| commit | 6189a6894f891c33e310d1553df16f85f35d32b1 (patch) | |
| tree | aee7caa2abb354cbca035d772cc4890959b3abdc | |
| parent | 4baa615e7b9f371c634ec8b06d393da04f3bbcda (diff) | |
| download | ayatana-indicator-datetime-6189a6894f891c33e310d1553df16f85f35d32b1.tar.gz ayatana-indicator-datetime-6189a6894f891c33e310d1553df16f85f35d32b1.tar.bz2 ayatana-indicator-datetime-6189a6894f891c33e310d1553df16f85f35d32b1.zip | |
Depend on newer cmake-extras for FILTER in intltool command.
| -rw-r--r-- | po/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index e78a9df..eecc301 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -4,6 +4,7 @@ intltool_update_potfile( KEYWORDS "_" "_:1,2" "N_" "N_:1,2" GETTEXT_PACKAGE ${GETTEXT_PACKAGE} COPYRIGHT_HOLDER "Canonical Ltd." + FILTER "test/*" ) intltool_install_translations( |
