1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-22 18:03:57 +03:00

glib2 not requires for build

This commit is contained in:
Алексей Шабалин 2022-09-12 15:05:04 +03:00
parent fa07e25c44
commit ea7e28c079
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Dependencies:
* qt (core, widgets, help, linguist tools)
* samba (smbclient, ndr)
* glib2 (resolv)
* glibc (resolv)
* ldap
* krb5
* uuid

View File

@ -10,7 +10,6 @@ find_package(PkgConfig REQUIRED)
pkg_check_modules(NdrStandard REQUIRED IMPORTED_TARGET ndr_standard)
pkg_check_modules(Smbclient REQUIRED IMPORTED_TARGET smbclient)
pkg_check_modules(Krb5 REQUIRED IMPORTED_TARGET krb5)
pkg_check_modules(Glib REQUIRED IMPORTED_TARGET glib-2.0)
pkg_check_modules(Uuid REQUIRED IMPORTED_TARGET uuid)
pkg_check_modules(Sasl REQUIRED IMPORTED_TARGET libsasl2)