Files
meta-openembedded/meta-oe/recipes-support/touchpademulator/touchpademulator_git.bb
T
Khem Raj aee6a9e450 touchpademulator: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-08 18:46:02 -07:00

35 lines
943 B
BlitzBasic

SUMMARY = "Emulate a touchpad mouse device using a touchscreen on Linux"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f744a106227710d355bcc787e464ba2d \
file://debian/copyright;md5=7bed05b78c0e4abec501cf82c4b85d9c"
SRC_URI = "git://gitlab.com/CalcProgrammer1/TouchpadEmulator;protocol=https;branch=master \
file://0001-makefile-Use-CC-instead-of-hardcoding-gcc-calls.patch \
file://0002-LaunchTouchpadEmulator.sh-Demand-sh-instead-of-bash.patch \
"
PV = "0.3+git"
SRCREV = "7800f4c3af4defaf1be1083c93983ed4ff0e3b32"
inherit pkgconfig
DEPENDS += "dbus dbus-glib"
# Fixes:
# File /usr/bin/TouchpadEmulator in package touchpademulator doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags]
TARGET_CC_ARCH += "${LDFLAGS}"
do_configure () {
:
}
do_compile () {
oe_runmake
}
do_install () {
oe_runmake install 'DESTDIR=${D}'
}
FILES:${PN} += "${datadir}/icons"