diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-11-23 14:33:25 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-12-02 10:01:15 -0800 |
commit | 9102df5b3bc241102f05947f7be4617b38d0b456 (patch) | |
tree | 78142edfa61329a51f2816e2ae960ac04a08075e /x11-libs | |
parent | x11-libs/libva-intel-media-driver: Remove IUSE=custom-cflags (diff) | |
download | gentoo-9102df5b3bc241102f05947f7be4617b38d0b456.tar.gz gentoo-9102df5b3bc241102f05947f7be4617b38d0b456.tar.bz2 gentoo-9102df5b3bc241102f05947f7be4617b38d0b456.zip |
x11-libs/libva-intel-media-driver: Set CMAKE_BUILD_TYPE
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild index b54b915594c7..53f1093683e0 100644 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild +++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild @@ -50,6 +50,6 @@ src_configure() { -DENABLE_NONFREE_KERNELS=$(usex redistributable) -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now ) - + local CMAKE_BUILD_TYPE="Release" cmake_src_configure } |