[gnome-bluetooth/wip/hadess/fix-ui-pkg] lib: Fix gnome-bluetooth-ui pkg-config file deps




commit 43f838409029d061a498f56fa72a3ed9f4f77f1b
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 22 17:59:53 2022 +0100

    lib: Fix gnome-bluetooth-ui pkg-config file deps
    
    Add missing gtk4 and libadwaita deps to the gnome-bluetooth-ui
    pkg-config file. In reality, this didn't impact any software as the only
    consumer of the UI library is gnome-control-center which already depends
    on those 2 libraries.
    
    Closes: #105

 lib/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/meson.build b/lib/meson.build
index b5377f16..69ba8f58 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -184,7 +184,7 @@ pkg.generate(
   description: 'Bluetooth libraries for gnome-control-center',
   filebase: gnomebt_ui_api_name,
   subdirs: gnomebt_api_name,
-  requires: deps,
+  requires: ui_deps,
   variables: 'exec_prefix=${prefix}',
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]