add packaging
[platform/upstream/libdrm.git] / xf86drmMode.c
index 7ca89b3..60ce369 100644 (file)
@@ -806,6 +806,8 @@ int drmCheckModesettingSupported(const char *busid)
                        return -EINVAL;
                return (modesetting ? 0 : -ENOSYS);
        }
+#elif defined(__DragonFly__)
+       return 0;
 #endif
        return -ENOSYS;