mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
committed by
Eli Schwartz
parent
db880f5e0e
commit
cf65d0472b
@@ -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=
|
||||
Reference in New Issue
Block a user