blob: d077d06d1cd73b85a0ba40fe5dbfd6b83c522378 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require gst-plugins.inc
PR = "${INC_PR}.1"
inherit gconf
EXTRA_OECONF += " --enable-experimental --enable-gst_v4l2 --enable-gconftool --enable-external --with-check=no"
DEPENDS += "jpeg libtheora gst-plugins-base esound"
PACKAGES =+ "gst-plugin-gconfelements"
FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf"
|