14efbf69346c23142b10c61990ad259b87cf202c
[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"
11
12 RDEPENDS_${PN} += " ncurses ncurses-terminfo-base "