diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-06-14 17:35:38 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-06-14 17:38:22 +0000 |
commit | 72034e7cc4a9590828bf344b22d39674e9a50f8a (patch) | |
tree | fe04db25fc39ec43fcd07169b8a1c9f294fccfdb | |
parent | d9f51e9fcd7bd5966e1fc430a28e2e348107245d (diff) | |
download | ports-72034e7cc4a9590828bf344b22d39674e9a50f8a.tar.gz ports-72034e7cc4a9590828bf344b22d39674e9a50f8a.zip |
graphics/gstreamer1-plugins-kms: Add libdrm to the lib depends
Even if it do not use libkms anymore it still needs libdrm.
Reported by: fluffy
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index d54cb67e49a0..535903229003 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -306,6 +306,7 @@ gst_jpeg_USES= jpeg gst_kate_LIB_DEPENDS= libkate.so:multimedia/libkate # kms +gst_kms_LIB_DEPENDS= libdrm.so:graphics/libdrm gst_kms_GST_PLUGIN_DIR= sys/kms # ladspa |