From 6a91d551ea0e8382899665ec878425867b210f17 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jan 27 2021 18:27:12 +0000 Subject: Adapt for the initial release of tukit 3.0 The public header files were renamed and now we can declare a minimum version supported for the tukit library. --- diff --git a/meson.build b/meson.build index 794c883..9759983 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,7 @@ add_project_arguments( ) libdnf = dependency('libdnf', version : '>=0.54.2') -tukit = dependency('tukit') +tukit = dependency('tukit', version : '>=3.0.0') libdnf_plugin_src = files( 'src/txnupd.cpp', diff --git a/src/txnupd.cpp b/src/txnupd.cpp index 36158c2..2b7a08b 100644 --- a/src/txnupd.cpp +++ b/src/txnupd.cpp @@ -27,7 +27,7 @@ #include // tukit includes -#include +#include // Basic structs