diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-03 13:16:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-03 13:16:33 +0200 |
commit | 11346d51c27ea1643c2cccf9cf45dd14116c319d (patch) | |
tree | 6f59f0b395f83d748432f3a168a05653ce389627 /package/glib | |
parent | 906471780acd2bddd81e6d2311d7bb45b77b5c70 (diff) |
glib: install libintl
Diffstat (limited to 'package/glib')
-rw-r--r-- | package/glib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index 6de8399e1..4dce8b040 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -56,6 +56,7 @@ glib-install: $(CP) $(WRKINST)/usr/lib/libgobject*.so* $(IDIR_GLIB)/usr/lib $(CP) $(WRKINST)/usr/lib/libgmodule*.so* $(IDIR_GLIB)/usr/lib $(CP) $(WRKINST)/usr/lib/libgthread*.so* $(IDIR_GLIB)/usr/lib + $(CP) $(WRKINST)/usr/lib/libintl*.so* $(IDIR_GLIB)/usr/lib # workaround for dev subpackage $(INSTALL_DIR) $(IDIR_GLIB_DEV)/usr/include $(INSTALL_DIR) $(IDIR_GLIB_DEV)/usr/lib/glib-2.0/include |