blender/extern/xdnd
Campbell Barton 47adab4f99 CMake: prepare for BLENDER_SORTED_LIBS removal
No functional change, this adds LIB definition and args to cmake files.
Without this it's difficult to migrate away from 'BLENDER_SORTED_LIBS'
since there are many platforms/configurations that could break when
changing linking order.

Manually add and enable WITHOUT_SORTED_LIBS to try building
without sorted libs (currently fails since all variables are empty).
This check will eventually be removed.

See T46725.
2019-04-14 15:37:24 +02:00
..
CMakeLists.txt CMake: prepare for BLENDER_SORTED_LIBS removal 2019-04-14 15:37:24 +02:00
README.blender dd upstream information to libraries 2016-05-25 22:27:53 +10:00
xdnd.c Cleanup: quiet warning 2018-06-20 15:34:20 +02:00
xdnd.h Drag-n-drop support on Linux 2012-02-17 16:58:09 +00:00

Project: X Drag and Drop
URL: http://www.newplanetsoftware.com/xdnd/ (defunct)
     https://freedesktop.org/wiki/Specifications/XDND/ (cache)
License: GPLv2+
Upstream version: 2000-08-08
Local modifications:
* Fix T33192
  Opening Blender breaks drag-and-drop support on the KDE desktop.