summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Vinogradov2022-11-26 02:25:05 -0500
committerPavel Vinogradov2022-11-26 02:33:12 -0500
commit4b442f9986a4ee6b9e34997aafa02d97973fc559 (patch)
tree3a6a9c1875dbd721159aa66c7ca971f96f483749
parent5401fd05eee90f094512cedf8c7547f0c976e58a (diff)
x11-toolkits/gtk+3: depends on libxkbcommon if built with libx11,
removed duplications
-rwxr-xr-xx11-toolkits/gtk+3/DEPENDS9
-rw-r--r--x11-toolkits/gtk+3/HISTORY3
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index 9615eb6edb..38ffe74e8d 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -19,12 +19,6 @@ if spell_ok at-spi2-core &&
else
vdepends <<< 'atk >= 2.15'
fi &&
-depends at-spi2-atk &&
-depends libsm &&
-depends libxext &&
-depends libxcursor &&
-depends libxrender &&
-depends libepoxy &&
optional_depends gtk-doc \
"gtk_doc=true" \
@@ -57,6 +51,9 @@ if is_depends_enabled "${SPELL}" "libx11"; then
depends libxcursor &&
depends libxext &&
depends libxrender &&
+ depends libsm &&
+ depends libepoxy &&
+ depends libxkbcommon &&
optional_depends libxcomposite \
"" \
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 1dd01cd9bb..a88e9e2a17 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2022-11-26 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: needs libxkbcommon if built with libx1, removed duplications
+
2022-10-23 Pavel Vinogradov <public@sourcemage.org>
* INSTALL -> FINAL: fixed staging install on first cast