mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
media-gfx/swayimg: add X use flag for xorg-proto
xorg-proto not required on wayland only systems to build svg support Signed-off-by: Dale Showers <gentoo@fictx.com>
This commit is contained in:
parent
262e4ecc75
commit
f4d3cb8692
@ -13,7 +13,7 @@ SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="avif exif exr gif heif jpeg jpegxl png svg tiff webp bash-completion"
|
||||
IUSE="avif bash-completion exif exr gif heif jpeg jpegxl png svg tiff webp X"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/json-c:=
|
||||
@ -43,7 +43,7 @@ BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
svg? (
|
||||
dev-build/cmake
|
||||
x11-base/xorg-proto
|
||||
X? ( x11-base/xorg-proto )
|
||||
)
|
||||
"
|
||||
|
||||
|
@ -13,7 +13,7 @@ SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="avif exif exr gif heif jpeg jpegxl png svg test tiff webp bash-completion"
|
||||
IUSE="avif bash-completion exif exr gif heif jpeg jpegxl png svg test tiff webp X"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
@ -44,7 +44,7 @@ BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
svg? (
|
||||
dev-build/cmake
|
||||
x11-base/xorg-proto
|
||||
X? ( x11-base/xorg-proto )
|
||||
)
|
||||
test? ( dev-cpp/gtest )
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user