Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 2 | DEPENDS = "t1lib gtk+ popt libxslt-native libxml2" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 3 | |
| 4 | LICENSE = "LGPLv3" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" |
| 6 | |
| 7 | PR = "r3" |
| 8 | SRCREV = "0bc2cfa0a47aed2c8a63abd989cb8da4dcceb2ec" |
| 9 | PV = "0.8.0+git${SRCPV}" |
| 10 | |
| 11 | SRC_URI = "git://github.com/GNOME/gtkmathview.git \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 12 | file://use_hostcxx.patch \ |
| 13 | file://0001-include-cstdio-to-get-printf-definitions.patch \ |
| 14 | file://0002-configure.ac-header-detection-of-hash_map-is-broken-.patch \ |
| 15 | file://0003-gcc-6.0-build-fixes.patch \ |
| 16 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 20 | inherit distro_features_check autotools pkgconfig |
| 21 | |
| 22 | REQUIRED_DISTRO_FEATURES = "x11" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 23 | |
| 24 | do_configure_append() { |
| 25 | # avoid host polution inf pkg-config files |
| 26 | sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'` |
| 27 | } |