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 \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 16 | file://0001-Fix-formatting-for-modern-c-11-compilers.patch \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 17 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 18 | |
| 19 | S = "${WORKDIR}/git" |
| 20 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 21 | inherit distro_features_check autotools pkgconfig |
| 22 | |
| 23 | REQUIRED_DISTRO_FEATURES = "x11" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 24 | |
| 25 | do_configure_append() { |
| 26 | # avoid host polution inf pkg-config files |
| 27 | sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'` |
| 28 | } |