Skip to content

build: convert autotools to modern CMake - #1

Open
max-krasnyansky wants to merge 4 commits into
masterfrom
convert-to-cmake-15467370930533373095
Open

build: convert autotools to modern CMake#1
max-krasnyansky wants to merge 4 commits into
masterfrom
convert-to-cmake-15467370930533373095

Conversation

@max-krasnyansky

Copy link
Copy Markdown
Owner

This commit converts the project's build system from autoconf/automake to CMake, with a minimum required version of 3.28. All old autotools files have been removed, and appropriate CMakeLists.txt files have been added to the root, src, tools, and tests directories. Package configuration files are also properly generated.


PR created automatically by Jules for task 15467370930533373095 started by @max-krasnyansky

Set minimum version to 3.28.
Removed all old autotools files (configure.ac, Makefile.am, ax_*.m4, etc).
Added CMakeLists.txt to build the hogl library, tools, and tests correctly.
Fixed proper configuration for generated hogl.pc and hogl-config.cmake package config files.

Co-authored-by: max-krasnyansky <1380796+max-krasnyansky@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules Bot and others added 3 commits March 9, 2026 20:45
Set minimum version to 3.28.
Removed all old autotools files (configure.ac, Makefile.am, ax_*.m4, etc).
Removed Android.mk.
Added CMakeLists.txt to build the hogl library, tools, and tests correctly.
Fixed proper configuration for generated hogl.pc and hogl-config.cmake package config files.

Co-authored-by: max-krasnyansky <1380796+max-krasnyansky@users.noreply.github.com>
Updated project version to 3.8.2.
Removed libversion.mk.
Configured HOGL_VERSION and SOVERSION directly using PROJECT_VERSION and PROJECT_VERSION_MAJOR.

Co-authored-by: max-krasnyansky <1380796+max-krasnyansky@users.noreply.github.com>
Removed legacy Debian packaging scripts and infrastructure (debian/ dir, builddeb, hogl.spec.in, etc).
Added CPack configuration to generate three packages: libhogl, libhogl-dev, and libhogl-tools.
Assigned components across CMake install rules for proper package generation.

Co-authored-by: max-krasnyansky <1380796+max-krasnyansky@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant