summaryrefslogtreecommitdiff
path: root/common/compat-drm.h
blob: 72475723c56eab6ea74f8f17c47e908b6cdb793b (plain)
1
2
3
4
5
6
7
8
#ifndef COMPAT_DRM_H
#define COMPAT_DRM_H

#ifndef DRM_CLIENT_CAP_UNIVERSAL_PLANES
#define DRM_CLIENT_CAP_UNIVERSAL_PLANES 2
#endif

#endif