a5db1d7a9c263d5dd7fef5d30338c7b7503818f1
[scm/bb/meta-tizen.git] / meta-tizen-adaptation / meta / recipes-multimedia / alsa / alsa-utils_%.bbappend
1 SECTION = "Applications/Multimedia"
2
3 # Tizen doesn't have udev-devel. Instead udev.pc is provided by systemd-devel.
4 # Instead of untangling that, hard-code the udev dir instead of taking it from
5 # the .pc file. That's also how the alsa-utils.spec worked.
6 DEPENDS_remove = "udev"
7 PACKAGECONFIG[udev] = "--with-udev-rules-dir=/lib/udev/rules.d,,udev"
8
9 # Not enabled in Tizen, also fails to build.
10 EXTRA_OECONF_append = " --disable-nls"