mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
open-vm-tools: remove resolutionkms
fix snapshot build err. Add configure option "--enable-resolutionkms=no" Can not build if libdrm and libudev exist. Since resolutionkms is not used, it is avoided by disabling it. Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--- a/vmhgfs-fuse/fsutil.h
|
||||
+++ b/vmhgfs-fuse/fsutil.h
|
||||
@@ -32,9 +32,7 @@
|
||||
#include "hgfsProto.h"
|
||||
#include <fuse.h>
|
||||
|
||||
-#if defined(__FreeBSD__) || defined(__SOLARIS__) || defined(__APPLE__)
|
||||
typedef long long loff_t;
|
||||
-#endif
|
||||
|
||||
/*
|
||||
* Struct used to pass around attributes.
|
||||
Reference in New Issue
Block a user