diff options
author | Johannes Obermayr <[email protected]> | 2012-11-30 01:44:56 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-01-08 20:32:47 -0500 |
commit | 959e83d65075513f989cb1fe634dca314a7e185f (patch) | |
tree | d04d3e1f2df67eb1889a2ff0030705beaaab3c42 /configs | |
parent | ed3f237e09a42bdb55afb58d1536affad9000d76 (diff) |
clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new introduced libclc.pc.
Tom Stellard:
-Keep --with-libclc-path and mark it deprecated.
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/current.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/current.in b/configs/current.in index dc8e63f4312..9bd07c1ec68 100644 --- a/configs/current.in +++ b/configs/current.in @@ -183,7 +183,8 @@ VA_LIB_INSTALL_DIR=@VA_LIB_INSTALL_DIR@ XORG_DRIVER_INSTALL_DIR = @XORG_DRIVER_INSTALL_DIR@ # Path to OpenCL C library libclc -LIBCLC_PATH = @LIBCLC_PATH@ +LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@ +LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@ # pkg-config substitutions GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@ |