vulkan-go / vulkan

Vulkan API bindings for Go programming language
MIT License
744 stars 56 forks source link

Remove '-lXdmcp' from Linux linker flags #22

Closed jclc closed 6 years ago

jclc commented 6 years ago

There are a few linker flags that don't seem necessary for building. Should these be removed to reduce unnecessary dependencies?

xlab commented 6 years ago

@jclc thanks for noticing, can you send a PR?

jclc commented 6 years ago

I'll take a look.