diff options
author | rodent <rodent@pkgsrc.org> | 2014-12-17 01:03:37 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-12-17 01:03:37 +0000 |
commit | 10ed84bd8117b5e142053ef9ef79f60769788cf8 (patch) | |
tree | 4fe87c908ad13291ea27bbde813dd5e679e2c8bb /mk/emulator | |
parent | 00a257d8da574fa145e7ae22ee1bcf9b02fd2f37 (diff) | |
download | pkgsrc-10ed84bd8117b5e142053ef9ef79f60769788cf8.tar.gz |
Add gstreamer and sqlite3, as these were forgotten and will be required for
the 32-bit packages to work correctly. Discussed with wiz@.
Diffstat (limited to 'mk/emulator')
-rw-r--r-- | mk/emulator/linux.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/emulator/linux.mk b/mk/emulator/linux.mk index 2b3e1c63d35..47f1b303e08 100644 --- a/mk/emulator/linux.mk +++ b/mk/emulator/linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: linux.mk,v 1.26 2014/08/22 17:24:28 tron Exp $ +# $NetBSD: linux.mk,v 1.27 2014/12/17 01:03:37 rodent Exp $ # # Linux binary emulation framework # @@ -76,6 +76,7 @@ _EMUL_MODULES+= fontconfig _EMUL_MODULES+= freetype2 _EMUL_MODULES+= glib2 _EMUL_MODULES+= glx +_EMUL_MODULES+= gstreamer _EMUL_MODULES+= gtk2 _EMUL_MODULES+= jpeg _EMUL_MODULES+= krb5 @@ -100,6 +101,7 @@ _EMUL_MODULES+= pulseaudio _EMUL_MODULES+= qt4 _EMUL_MODULES+= resmgr _EMUL_MODULES+= slang +_EMUL_MODULES+= sqlite3 _EMUL_MODULES+= tiff _EMUL_MODULES+= x11 _EMUL_MODULES+= xml2 |