diff --git a/208.ptycon.build b/208.ptycon.build new file mode 120000 index 0000000..52bb82e --- /dev/null +++ b/208.ptycon.build @@ -0,0 +1 @@ +pkg.build \ No newline at end of file diff --git a/README b/README index 70915d2..7c205d8 100644 --- a/README +++ b/README @@ -90,6 +90,7 @@ Runtime components ntctty HEAD C-IE-- Runtime components pemagine HEAD C-IE-- Runtime components psxscl HEAD C-IE-- Excludes clone(2) and dlopen(3) Runtime components psxtypes HEAD C-IE-- +Runtime components ptycon HEAD C-IE-- 3rd party libraries gdbm 1.12 C-I--- 3rd party libraries glib 2.46.2 C-I-P- Shared object not built 3rd party libraries gzip 1.2.4 C-I--- diff --git a/build.vars b/build.vars index 736c618..93f5ec1 100644 --- a/build.vars +++ b/build.vars @@ -193,6 +193,10 @@ PKG_LVL3_MAKEFLAGS_INSTALL="DESTDIR=${PREFIX_NATIVE}"; : ${PKG_PSXTYPES_URL:=${GITROOT}/psxtypes}; : ${PKG_PSXTYPES_BUILD_DIR:=psxtypes}; : ${PKG_PSXTYPES_MAKEFLAGS_BUILD:="DESTDIR=${PREFIX_NATIVE}"}; +: ${PKG_PTYCON_URL:=${GITROOT_HEAD}/ptycon}; +: ${PKG_PTYCON_CFLAGS_CONFIGURE_EXTRA:=-O0}; +: ${PKG_PTYCON_INSTALL_TARGET_EXTRA:=install-app install-lib}; +: ${PKG_PTYCON_PREFIX_EXTRA:=${PREFIX_MINIPIX}}; # # Build level 3, 300-319 (3rd party packages)