pkgsrc/multimedia/clutter-gst/buildlink3.mk
jperkin e2c0e9ba6d clutter-gst: Update to 3.0.26.
This fixes compilation problems with preprocessor pasting, but also
renames the library, thus requiring an ABI bump.

List of changes:

 o Fix compilation error with -Werror=format-nonliteral

 o Rename plugin to avoid dash in the name
2018-05-15 15:49:41 +00:00

18 lines
570 B
Makefile

# $NetBSD: buildlink3.mk,v 1.36 2018/05/15 15:49:41 jperkin Exp $
#
BUILDLINK_TREE+= clutter-gst
.if !defined(CLUTTER_GST_BUILDLINK3_MK)
CLUTTER_GST_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.clutter-gst+= clutter-gst>=2.0.0
BUILDLINK_ABI_DEPENDS.clutter-gst?= clutter-gst>=3.0.26
BUILDLINK_PKGSRCDIR.clutter-gst?= ../../multimedia/clutter-gst
.include "../../graphics/clutter/buildlink3.mk"
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.endif # CLUTTER_GST_BUILDLINK3_MK
BUILDLINK_TREE+= -clutter-gst