mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
fix dev warning about package name mismatch
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d745cb8fb4
commit
fabaac109c
6 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||
|
||||
include(FindPkgConfig)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
||||
pkg_check_modules(PC_DBUS QUIET dbus-1)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
# libdeflate does not provide pkg-config files
|
||||
|
||||
include(FindPkgConfig)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
||||
find_path(DEFLATE_INCLUDES
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||
|
||||
include(FindPkgConfig)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
||||
pkg_check_modules(PC_FONTCONFIG QUIET fontconfig)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||
|
||||
include(FindPkgConfig)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
||||
pkg_check_modules(PC_ICU QUIET icu-i18n)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||
|
||||
include(FindPkgConfig)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
||||
pkg_check_modules(PC_JANSSON QUIET jansson)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||
|
||||
include(FindPkgConfig)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
||||
pkg_check_modules(PC_XXHASH QUIET libxxhash)
|
||||
|
|
Loading…
Add table
Reference in a new issue