app-cdr/brasero: hard depend on gtk+[X]

Uses GDK_WINDOWING_X11 macro once, otherwise hard depends on e.g.
`<gdk/gdkx.h>`

Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/43235
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Lukas Schmelting
2025-08-19 23:06:17 +02:00
committed by Eli Schwartz
parent db880f5e0e
commit cf65d0472b

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
GNOME2_LA_PUNT="yes"
inherit gnome2
@@ -16,7 +16,7 @@ IUSE="+css +introspection +libburn mp3 nautilus playlist tracker"
DEPEND="
>=dev-libs/glib-2.29.14:2
>=x11-libs/gtk+-3:3[introspection?]
>=x11-libs/gtk+-3:3[X,introspection?]
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
>=dev-libs/libxml2-2.6:2=