Commit 8f8bb6f910d8cc9f0944e9444aa59ed665867c11
1 parent
28d2cd3a
Exists in
master
and in
1 other branch
Getting default application id from lib3270, setting application id to
br.app.pw3270 on flatpak manifest.
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
configure.ac
... | ... | @@ -198,8 +198,7 @@ AC_ARG_WITH([product-name], [AS_HELP_STRING([--with-product-name], [Set product |
198 | 198 | AC_DEFINE_UNQUOTED(PRODUCT_NAME, $app_cv_product) |
199 | 199 | AC_SUBST(PRODUCT_NAME,$app_cv_product) |
200 | 200 | |
201 | -AC_ARG_WITH([application-id], [AS_HELP_STRING([--application-id], [Set the application ID])], [ app_cv_application_id="$withval" ],[ app_cv_application_id="br.app.$app_cv_product" ]) | |
202 | - | |
201 | +AC_ARG_WITH([application-id], [AS_HELP_STRING([--application-id], [Set the application ID])], [ app_cv_application_id="$withval" ],[ app_cv_application_id=`pkg-config --variable=product_id lib3270` ]) | |
203 | 202 | AC_DEFINE_UNQUOTED(APPLICATION_ID, $app_cv_application_id) |
204 | 203 | AC_SUBST(APPLICATION_ID,$app_cv_application_id) |
205 | 204 | ... | ... |
flatpak/br.app.pw3270.yml