File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 208
208
209
209
build_waf lvtk1 " ${LVTK1_VERSION} " " ${LVTK1_EXTRAFLAGS} "
210
210
211
+ # ---------------------------------------------------------------------------------------------------------------------
212
+ # lvtk
213
+
214
+ LVTK_VERSION=" 6bfe981dfb5b27ea199dd4f6801b5305ca0355f9"
215
+ LVTK_URL=" https://github.com/lvtk/lvtk.git"
216
+
217
+ LVTK_EXTRAFLAGS=" "
218
+ LVTK_EXTRAFLAGS+=" --disable-examples"
219
+ LVTK_EXTRAFLAGS+=" --disable-ui"
220
+
221
+ download lvtk " ${LVTK_VERSION} " " ${LVTK_URL} " " " " git"
222
+
223
+ # force waf update for py3 compat
224
+ if [ ! -e " ${PAWPAW_BUILDDIR} /lvtk-${LVTK_VERSION} /.stamp_configured" ]; then
225
+ cp -v " ${PAWPAW_BUILDDIR} /jack2-${JACK2_VERSION} /waf" " ${PAWPAW_BUILDDIR} /lvtk-${LVTK_VERSION} /"
226
+ cp -rv " ${PAWPAW_BUILDDIR} /jack2-${JACK2_VERSION} /waflib" " ${PAWPAW_BUILDDIR} /lvtk-${LVTK_VERSION} /"
227
+ fi
228
+
229
+ build_waf lvtk " ${LVTK_VERSION} " " ${LVTK_EXTRAFLAGS} "
230
+
211
231
# ---------------------------------------------------------------------------------------------------------------------
212
232
213
233
if [ -n " ${PAWPAW_SKIP_PYTHON_MODULES} " ] && [ " ${PAWPAW_SKIP_PYTHON_MODULES} " -eq 1 ]; then
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ lvtk
You can’t perform that action at this time.
0 commit comments