aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/glib-2.0/glib-2.0_%.bbappend
blob: 28687eb409b8d68ba2a99e89547b0cf5c93ddf72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# glib always provides bash-completion output, package the output but prevent
# the dependency chain on bash (via bash-completion) for mingw32 targets only.
RDEPENDS:${PN}-bash-completion:remove:mingw32 = "bash-completion"

# libmount is not buildable for mingw/windows
PACKAGECONFIG:remove:mingw32 = "libmount"

FILES:${PN}:append:mingw32 = " \
		${bindir}/lib*.dll \
		${libexecdir}/*gio-querymodules.exe \
		"
FILES:${PN}-dev:append:mingw32 = " ${libdir}/*.def"
FILES:${PN}-utils:append:mingw32 = " ${bindir}/*.exe"