diff options
Diffstat (limited to 'meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb')
| -rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb index ac81fc75ab..d8e63156e9 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb | |||
| @@ -35,18 +35,18 @@ PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" | |||
| 35 | PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf" | 35 | PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf" |
| 36 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxt" | 36 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxt" |
| 37 | 37 | ||
| 38 | FILES_${PN} += "${libdir}/ImageMagick-${BASE_PV}/config-Q16* \ | 38 | FILES:${PN} += "${libdir}/ImageMagick-${BASE_PV}/config-Q16* \ |
| 39 | ${datadir}/ImageMagick-7" | 39 | ${datadir}/ImageMagick-7" |
| 40 | 40 | ||
| 41 | FILES_${PN}-dev += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/*.a" | 41 | FILES:${PN}-dev += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/*.a" |
| 42 | 42 | ||
| 43 | FILES_${PN}-dbg += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/.debug/*" | 43 | FILES:${PN}-dbg += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/.debug/*" |
| 44 | 44 | ||
| 45 | BBCLASSEXTEND = "native" | 45 | BBCLASSEXTEND = "native" |
| 46 | 46 | ||
| 47 | ALTERNATIVE_PRIORITY = "100" | 47 | ALTERNATIVE_PRIORITY = "100" |
| 48 | 48 | ||
| 49 | ALTERNATIVE_${PN} = "animate compare composite conjure convert display \ | 49 | ALTERNATIVE:${PN} = "animate compare composite conjure convert display \ |
| 50 | identify import magick-script mogrify montage stream" | 50 | identify import magick-script mogrify montage stream" |
| 51 | 51 | ||
| 52 | ALTERNATIVE_TARGET[animate] = "${bindir}/animate.im7" | 52 | ALTERNATIVE_TARGET[animate] = "${bindir}/animate.im7" |
| @@ -62,7 +62,7 @@ ALTERNATIVE_TARGET[mogrify] = "${bindir}/mogrify.im7" | |||
| 62 | ALTERNATIVE_TARGET[montage] = "${bindir}/montage.im7" | 62 | ALTERNATIVE_TARGET[montage] = "${bindir}/montage.im7" |
| 63 | ALTERNATIVE_TARGET[stream] = "${bindir}/stream.im7" | 63 | ALTERNATIVE_TARGET[stream] = "${bindir}/stream.im7" |
| 64 | 64 | ||
| 65 | ALTERNATIVE_${PN}-doc = "animate.1 compare.1 composite.1 conjure.1 \ | 65 | ALTERNATIVE:${PN}-doc = "animate.1 compare.1 composite.1 conjure.1 \ |
| 66 | convert.1 display.1 identify.1 import.1 magick-script.1 mogrify.1 montage.1 stream.1" | 66 | convert.1 display.1 identify.1 import.1 magick-script.1 mogrify.1 montage.1 stream.1" |
| 67 | 67 | ||
| 68 | ALTERNATIVE_LINK_NAME[animate.1] = "${mandir}/man1/animate.1" | 68 | ALTERNATIVE_LINK_NAME[animate.1] = "${mandir}/man1/animate.1" |
