fix dev warning about package name mismatch

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-02 10:34:18 +03:00
parent d745cb8fb4
commit fabaac109c
6 changed files with 6 additions and 6 deletions

View file

@ -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)

View file

@ -11,7 +11,7 @@
# libdeflate does not provide pkg-config files
include(FindPkgConfig)
find_package(PkgConfig REQUIRED)
include(FindPackageHandleStandardArgs)
find_path(DEFLATE_INCLUDES

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)