diff options
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/devil/devil_1.8.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-graphics/devil/devil_1.8.0.bb b/recipes-graphics/devil/devil_1.8.0.bb new file mode 100644 index 000000000..dcbdf3ac1 --- /dev/null +++ b/recipes-graphics/devil/devil_1.8.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "A full featured cross-platform image library" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" | ||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | DEPENDS = "libpng jpeg tiff xz" | ||
| 8 | |||
| 9 | SRC_URI = "http://sourceforge.net/projects/openil/files/DevIL/${PV}/DevIL-${PV}.zip" | ||
| 10 | SRC_URI[sha256sum] = "451337f392c65bfb83698a781370534dc63d7bafca21e9b37178df0518f7e895" | ||
| 11 | |||
| 12 | S = "${UNPACKDIR}/DevIL/DevIL" | ||
| 13 | |||
| 14 | inherit cmake | ||
| 15 | |||
| 16 | TARGET_CFLAGS += "-Dpng_set_gray_1_2_4_to_8=png_set_expand_gray_1_2_4_to_8" | ||
| 17 | |||
| 18 | SOLIBS = ".so" | ||
| 19 | FILES_SOLIBSDEV = "" | ||
| 20 | |||
| 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
