Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. SUMMARY = "An Open Source implementation of the GDI+ API"
  2. DESCRIPTION = "This is part of the Mono project - http://mono-project.com"
  3. HOMEPAGE = "http://mono-project.com"
  4. BUGTRACKER = "http://bugzilla.xamarin.com/"
  5. SECTION = "libs"
  6. LICENSE = "MIT"
  7. LIC_FILES_CHKSUM = "file://COPYING;md5=fe7364dfce9f3689eb6995e7cdd56879"
  8.  
  9. SRC_URI = "https://github.com/mono/libgdiplus/archive/${PV}.tar.gz \
  10. "
  11.  
  12. inherit autotools pkgconfig
  13. BBCLASSEXTEND += "native"
  14.  
  15. EXTRA_OECONF += " --with-libjpeg=${STAGING_DIR_TARGET} --with-libgif=${STAGING_DIR_TARGET} --with-libtiff=${STAGING_DIR_TARGET} --with-pango=${STAGING_DIR_TARGET}"
  16.  
  17. DEPENDS =+ "cairo pango freetype fontconfig libxft libpng jpeg tiff giflib libexif"
  18.  
  19. SRC_URI[md5sum] = "925709982aba701c567850617e2206b1"
  20. SRC_URI[sha256sum] = "98f8a8e58ed22e136c4ac6eaafbc860757f5a97901ecc0ea357e2b6e4cfa2be5"
  21.  
  22. FILES_${PN} += "${libdir}/libgdiplus.so"
  23. INSANE_SKIP_${PN} += "dev-so"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement