summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* gnome-bluetooth: Look for x11 in distro featuresKhem Raj2017-05-231-1/+2
| | | | | | | It does not compile without it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-gnome: add explicit gnome-common dependenciesRoss Burton2016-12-021-1/+1
| | | | | | | | | | | | gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. gxim previously wasn't really using the gnome-common macros so now the build fails with compiler errors, so pass the flag to turn off fatal warnings as gxim appears to be dead. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-bluetooth: add intltool-native dependencyMartin Jansa2016-08-151-2/+3
| | | | | | | | * fixes: | ../gnome-bluetooth-3.18.2/configure: line 12094: syntax error near unexpected token `0.40.0' | ../gnome-bluetooth-3.18.2/configure: line 12094: `IT_PROG_INTLTOOL(0.40.0)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-bluetooth: replace systemd dependency with udevAlexander Kanavin2016-03-251-5/+2
| | | | | | | | Now we have an up to date standalone libudev (via eudev), so systemd is no longer required. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-bluetooth: inherit gobject-introspection classAlexander Kanavin2016-03-251-1/+1
| | | | | | | This fixes introspection support. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-bluetooth: update to 3.18.2Alexander Kanavin2016-03-141-0/+20
This also enable gobject introspection support. Drop obsolete patches. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>