forked from pool/libclc
Stefan Dirsch
9a6b1ad1fb
- Update to version 0.2.0+14.0.0. OBS-URL: https://build.opensuse.org/request/show/970252 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=46
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# Files required at runtime by applications using OpenCL.
|
|
addFilter("devel-file-in-non-devel-package.*/usr/include/clc/.*")
|
|
addFilter("devel-file-in-non-devel-package.*/usr/share/pkgconfig/libclc.pc")
|