rockowitz
rockowitz
I've added a link_directories(#DDCUTIL_LIBRARY_DIRS) statement to CMakeLists.txt. Not sure if this is the best solution - I'm new to CMake. The change has been pushed on branch 0.0.3. Let me...
Thank you. I had misinterpreted the line "The command will apply only to targets created after it is called." in the link_directories() documentation. On 09/18/2018 04:26 AM, Arvid Norlander wrote:...
On 10/25/20 2:42 AM, Archisman Panigrahi wrote: > > Thank you for your quick reply. > Mint package had version |0.9.8-2|. I installed latest version of > |libddcutil-dev| and |ddcutil|...
CMakeLists.txt and ddcui.pro have been reworked in release 0.0.6. Also, I added a [page](http://www.ddcutil.com/shared_lib_config) discussing how to handle files include files, libraries, and pkg-config files that are not in their...
I tried copying rather than rebuilding for older Ubuntu releases, then thought better of it. While I know of no reason the current ddcutil should not work on earlier Ubuntu...
The version of ddcutil/libddcutil/libddcutil-dev in sid is 0.9.9, which is ancient. Hopefully it will jump to 1.2.1 after that ddcutil version is released and submitted to debian. ddcui 0.2.0 requires...
There are several problems with pkg_check_modules The first is simply that the version on the pkg_check_modules() call needs to be updated to 1.2.0. My oversight. It has been fixed on...
Unfortunately, ddcutil only performs monitor detection at startup. This is not a problem for the command line version, which just detects monitors, performs an operation, and terminates. It is a...
The "off by one" difference between the value set and the value subsequently read is common. I suspect it's because there's rounding error due to some integer to float conversion...
That's a different issue. Some monitors will change a value, but still return the old value. Others may reply with the new value but in fact show no change. Or...