mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
vala-terminal: inherit vala
* we need to export XDG_DATA_DIRS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala."
|
||||
SECTION = "x11/applications"
|
||||
DEPENDS = "vala-native vte"
|
||||
DEPENDS = "vte"
|
||||
SRCREV = "0fefa38087581f85fa0631b40500b9428369c146"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
PV = "1.3+gitr${SRCPV}"
|
||||
PE = "1"
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools perlnative
|
||||
inherit autotools perlnative vala
|
||||
|
||||
SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user