diff options
author | Matt Turner <mattst88@gmail.com> | 2021-07-22 17:27:46 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2021-07-22 17:27:46 -0700 |
commit | 8ee801ec4e295d14852caf2adceed17be7c50747 (patch) | |
tree | c638d55ed625d5ac828d391eb8955fc727b5a64f /base/etc | |
parent | 42a6100e8da49aa15cfeccb45a29aa07659ef781 (diff) |
Enable USE=vulkan
Diffstat (limited to 'base/etc')
-rw-r--r-- | base/etc/portage/make.conf.tmpl | 2 | ||||
-rw-r--r-- | base/etc/portage/package.use/x86 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/base/etc/portage/make.conf.tmpl b/base/etc/portage/make.conf.tmpl index f5a6d51..1b2c9d5 100644 --- a/base/etc/portage/make.conf.tmpl +++ b/base/etc/portage/make.conf.tmpl @@ -17,4 +17,4 @@ PORTAGE_BZIP2_COMMAND="lbzip2" GENTOO_MIRRORS="http://gentoo.osuosl.org/" PORTAGE_BINHOST="https://mattst88.com/binpkgs/amd64/{{ arch }}" PKGDIR="/var/cache/binpkgs/amd64/{{ arch }}" -USE="aac archive avahi -berkdb bluetooth branding cairo caps cdda clutter cryptsetup cscope cups dbus device-mapper dvb dvd egl exif expat faad ffmpeg flac fontconfig fuse gbm -gdbm gdu gif git gles2 gnome gnome-keyring -gnome-online-accounts gpg -gpm gstreamer gtk gtk3 harfbuzz icu idn infinality jemalloc jit jpeg libidn2 libnotify libsecret luajit lz4 lzma lzo -modemmanager mng mp3 nautilus networkmanager nfs ogg opengl opus pdf png policykit pulseaudio -qt4 resolvconf samba sasl -socialweb spell sqlite -steamruntime svg systemd theora threads tiff truetype udev udisks v4l vaapi vorbis vpx vte wayland -webkit webp -widevine X x264 xcb xkb xml xpm xv xvid xxhash zeroconf zsh-completion zstd" +USE="aac archive avahi -berkdb bluetooth branding cairo caps cdda clutter cryptsetup cscope cups dbus device-mapper dvb dvd egl exif expat faad ffmpeg flac fontconfig fuse gbm -gdbm gdu gif git gles2 gnome gnome-keyring -gnome-online-accounts gpg -gpm gstreamer gtk gtk3 harfbuzz icu idn infinality jemalloc jit jpeg libidn2 libnotify libsecret luajit lz4 lzma lzo -modemmanager mng mp3 nautilus networkmanager nfs ogg opengl opus pdf png policykit pulseaudio -qt4 resolvconf samba sasl -socialweb spell sqlite -steamruntime svg systemd theora threads tiff truetype udev udisks v4l vaapi vorbis vpx vte vulkan wayland -webkit webp -widevine X x264 xcb xkb xml xpm xv xvid xxhash zeroconf zsh-completion zstd" diff --git a/base/etc/portage/package.use/x86 b/base/etc/portage/package.use/x86 index 2e57f92..51d1720 100644 --- a/base/etc/portage/package.use/x86 +++ b/base/etc/portage/package.use/x86 @@ -88,6 +88,7 @@ media-libs/opus abi_x86_32 media-libs/sdl2-image abi_x86_32 media-libs/tiff abi_x86_32 media-libs/vo-aacenc abi_x86_32 +media-libs/vulkan-loader abi_x86_32 media-libs/waffle abi_x86_32 media-libs/x264 abi_x86_32 media-libs/xvid abi_x86_32 |