gentoo-ebuilds/x11-apps/xinput_calibrator/xinput_calibrator-0.8.0.ebuild
Matt Turner 69b77d2d53
*/*: Drop setting XORG_TARBALL_SUFFIX="xz"
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2024-12-17 21:59:44 -05:00

27 lines
537 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xorg-3
DESCRIPTION="A generic touchscreen calibration program for X.Org"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator https://gitlab.freedesktop.org/xorg/app/xinput-calibrator"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="
x11-libs/libX11
x11-libs/libXi
x11-libs/libXrandr
"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
"
XORG_CONFIGURE_OPTIONS=(
--with-gui=x11
)