Skip to content

Commit

Permalink
Add support for webp and xslt, needed for wip/skype4.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Apr 12, 2015
1 parent 8bddcaa commit f618599
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mk/emulator/linux.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: linux.mk,v 1.28 2015/03/02 18:20:23 tnn Exp $
# $NetBSD: linux.mk,v 1.29 2015/04/12 12:21:29 wiz Exp $
#
# Linux binary emulation framework
#
Expand Down Expand Up @@ -103,8 +103,10 @@ _EMUL_MODULES+= resmgr
_EMUL_MODULES+= slang
_EMUL_MODULES+= sqlite3
_EMUL_MODULES+= tiff
_EMUL_MODULES+= webp
_EMUL_MODULES+= x11
_EMUL_MODULES+= xml2
_EMUL_MODULES+= xslt

.if ${_EMUL_TYPE} == "builtin"
EMUL_DISTRO= builtin-linux # managed outside pkgsrc
Expand Down

0 comments on commit f618599

Please sign in to comment.