Ubuntu's dh-translations can't handle variables

Bug: https://bugzilla.gnome.org/784877

for GETTEXT_PACKAGE
===================================================================

Gbp-Pq: Name ubuntu_gettext_domain.patch
This commit is contained in:
Sebastien Bacher 2019-07-25 15:54:50 +01:00 committed by openKylinBot
parent d99e22c8d7
commit a6615f940a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ set(API_VERSION 1.2)
set(CAL_API_VERSION 2.0)
# Required for FindIntltool module
set(GETTEXT_PACKAGE ${PROJECT_NAME})
set(GETTEXT_PACKAGE "evolution-data-server")
set(GETTEXT_PO_DIR ${CMAKE_SOURCE_DIR}/po)
# Required for 'disttest' and 'distcheck' of DistTarget module