blob: f3e73daf38b520878a6eda868d1e445d839edaaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xorg-lib-common.inc
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "BSD-X"
DEPENDS = "xproto-native util-macros-native"
XORG_PN = "libXau"
S = "${WORKDIR}/libXau-${PV}"
inherit native autotools pkgconfig
|