|
Lines 73-78
Link Here
|
| 73 |
fi |
73 |
fi |
| 74 |
__MESON_AUTO_DEPEND=${MESON_AUTO_DEPEND} # See top of eclass |
74 |
__MESON_AUTO_DEPEND=${MESON_AUTO_DEPEND} # See top of eclass |
| 75 |
|
75 |
|
|
|
76 |
IUSE="debug" |
| 77 |
|
| 76 |
# @ECLASS-VARIABLE: BUILD_DIR |
78 |
# @ECLASS-VARIABLE: BUILD_DIR |
| 77 |
# @DEFAULT_UNSET |
79 |
# @DEFAULT_UNSET |
| 78 |
# @DESCRIPTION: |
80 |
# @DESCRIPTION: |
|
Lines 210-216
Link Here
|
| 210 |
|
212 |
|
| 211 |
# Common args |
213 |
# Common args |
| 212 |
local mesonargs=( |
214 |
local mesonargs=( |
| 213 |
--buildtype plain |
215 |
--buildtype "$(usex debug debug plain)" |
| 214 |
--libdir "$(get_libdir)" |
216 |
--libdir "$(get_libdir)" |
| 215 |
--localstatedir "${EPREFIX}/var/lib" |
217 |
--localstatedir "${EPREFIX}/var/lib" |
| 216 |
--prefix "${EPREFIX}/usr" |
218 |
--prefix "${EPREFIX}/usr" |