mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
camerabin: Don't install gst-camera.ui
The examples are not meant to be installed and the executables of them are not installed anyway. Fixes bug #627918.
This commit is contained in:
parent
5cc57a82f0
commit
940d253b78
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ gst_camera_LDADD = \
|
|||
$(GTK_LIBS) \
|
||||
$(GMODULE_EXPORT_LIBS)
|
||||
|
||||
uidir = $(datadir)/gstreamer-@GST_MAJORMINOR@/camera-apps
|
||||
ui_DATA = $(GST_CAMERABIN_UI_FILES)
|
||||
noinst_DATA = $(GST_CAMERABIN_UI_FILES)
|
||||
|
||||
INCLUDES = -DCAMERA_APPS_UIDIR=\""$(uidir)"\"
|
||||
|
||||
|
|
Loading…
Reference in a new issue