Skip to content

Commit

Permalink
dev-libs/beignet: fix typo in useflag name
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
aballier committed Jun 30, 2017
1 parent 5c6de1a commit eb89669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-libs/beignet/beignet-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX="${VENDOR_DIR}"
-DOCLICD_COMPAT=$(usex ocl-icd)
$(usex ocl2 "" "-DENABLE_OPENCL_20=OFF")
$(usex ocl20 "" "-DENABLE_OPENCL_20=OFF")
)

cmake-utils_src_configure
Expand Down

0 comments on commit eb89669

Please sign in to comment.