summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-03-12 13:53:20 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-06-01 11:28:09 -0400
commitc79e7668b205492f6e3a7e5d599f6eb6a9bd1eb9 (patch)
tree975d008f5cab378b3802b21481ead025e79deae4 /configs
parent613323b2564babc1ecaac25a6cfd786b8c839315 (diff)
configure.ac: Add option for libclc path
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 2a111c7a08..6be977794d 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -191,6 +191,9 @@ VA_LIB_INSTALL_DIR=@VA_LIB_INSTALL_DIR@
# Xorg driver install directory (for xorg state-tracker)
XORG_DRIVER_INSTALL_DIR = @XORG_DRIVER_INSTALL_DIR@
+# Path to OpenCL C library libclc
+LIBCLC_PATH = @LIBCLC_PATH@
+
# pkg-config substitutions
GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@