mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
partitionmanager: set LIBPARTED package properties
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4456a84aeb
commit
24a454e746
2 changed files with 7 additions and 2 deletions
|
@ -30,6 +30,13 @@ find_package(PkgConfig REQUIRED)
|
|||
pkg_check_modules(BLKID REQUIRED blkid)
|
||||
pkg_check_modules(UUID REQUIRED uuid)
|
||||
|
||||
find_package(LIBPARTED REQUIRED)
|
||||
set_package_properties(LIBPARTED PROPERTIES
|
||||
DESCRIPTION "GNU Parted manipulates partition tables"
|
||||
URL "https://www.gnu.org/software/parted/"
|
||||
PURPOSE "Required for partitions management"
|
||||
)
|
||||
|
||||
macro_optional_find_package(LibATASmart)
|
||||
set_package_properties(LibATASmart PROPERTIES
|
||||
DESCRIPTION "ATA S.M.A.R.T. reading and parsing library"
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
# Free Software Foundation, Inc.,
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
find_package(LIBPARTED REQUIRED)
|
||||
|
||||
if (LIBPARTED_FILESYSTEM_SUPPORT)
|
||||
add_definitions(-DLIBPARTED_FILESYSTEM_SUPPORT)
|
||||
endif (LIBPARTED_FILESYSTEM_SUPPORT)
|
||||
|
|
Loading…
Add table
Reference in a new issue